home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 1 of 3.iso / chapte27 / mditest.h < prev    next >
Text File  |  1995-12-20  |  496b  |  16 lines

  1. #define IDM_EXIT           100
  2. #define IDM_NEW            200
  3. #define IDM_CLOSE          201
  4. #define IDM_CASCADE        202
  5. #define IDM_TILEHORZ       203
  6. #define IDM_TILEVERT       204
  7. #define IDM_ARRANGE        205
  8. #define IDM_ABOUT          300
  9.  
  10. #define DLG_VERFIRST        400
  11. #define DLG_VERLAST         404
  12.  
  13. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  14. LRESULT CALLBACK ChildWndProc(HWND, UINT, WPARAM, LPARAM);
  15. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  16.